home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / util / comixbase250.lha / Comix / UPDATE219 < prev    next >
Text File  |  1992-06-14  |  10KB  |  192 lines

  1. (Please excuse any spelling mistakes.)
  2.  
  3. Changes: REMEMBER RUN THIS THING FROM A RAM DRIVE OR HARD DRIVE ONLY.
  4.          IT DOES NO BUFFERING SO IT'S EXTREMELY SLOW OFF FLOPPIES.
  5.  
  6. MAIN MENU:
  7. ---------
  8.  - Slightly enlarged the button gadgets.
  9.    (Looks best on a non-interlaced 640 x 400 screen).
  10.  - Window now makes adjustments for large system fonts.
  11.  - Forces TOPAZ8 for gadgets.
  12.  - If available it will use the font "System8" for the status/report line
  13.    text. As well it will print that text in another colour if an 8 or 16
  14.    colour workbench is used.
  15.  - Now sports a HELP gadget. This is currently not implemented, however
  16.    the program will indicate on the CLI or CON window that HELP is either
  17.    ON or OFF.(I plan to have a point and click help feature in the near future.)
  18.  
  19.  - The sort algorithm is faster. For a speed comparison check below in
  20.    version 2.09 for details.
  21.  - Calling the sort routine now automatically saves the new index.
  22.  
  23. EDITOR:
  24. ------
  25.  - Support for System8 font, however will default to TOPAZ8 if it cannot
  26.    find the System8 font. (It's included in the ARCHIVE).
  27.  - Stepping through each comic using '-','+' or the left/right arrow keys
  28.    is now extremely fast. Hold down the keyboard key and watch it GO!!!!
  29.  
  30.  - the FIND function allows for multiple wild cards:
  31.    IE: just*lea*eur* will find Justice League Europe in my collection.
  32.  
  33.  - COPY and NEW edit functions are activated in the same way as before,
  34.    IE: press the "Copy" or "New " button or pressing 'C' or 'N'
  35.  - However EDIT can be activated by the "Edit" button, 'E' on the keyboard,
  36.    and (this is *NEW*) by pointing the mouse at a data line,
  37.    (EG: the name: Marvel in the publisher field), and pressing the left
  38.    mouse button.
  39.  - Once in any of the 3 editing modes (EDIT, COPY, NEW) you make move the
  40.    cursor around by using the arrow keys, by pressing return, or by
  41.    pointing with the mouse and clicking the left mouse button.
  42.  
  43.  - The line buffer commands (Stor and Rtrv) have been improved slightly:
  44.    - To store a line from the comic fields, make sure the cursor is anywhere
  45.      on the line which contains the data you wish to store.
  46.      Then select the stor button with the mouse and then the buffer you wish
  47.      to store the line in. If a store has successfully been completed, the
  48.      line which was stored will appear in the Status Box.
  49.      (The buffers are the 6 gadgets boxes to the right of the Rtrv box.)
  50.  
  51.    - To copy or retrieve the contents of a buffer and store it in a data
  52.      line, make sure the cursor is on the line where you want to put the
  53.      data. Next press the Rtrv button and then the buffer which contains
  54.      the data you want to fetch.
  55.  
  56.    - To cancel a buffer operation, click on any area of the window which
  57.      does not involve or contain a buffer gadget.
  58.  
  59.    - To empty a buffer, position the cursor (using arrow keys or mouse)
  60.      on an empty field. Next select store, and then the buffer you wish to
  61.      empty.
  62.  
  63.    - To view the contents of a buffer, simply click on it.
  64.      (You may not view a buffer if you had just clicked on the Stor or Rtrv
  65.       gadgets.)
  66.  
  67.  - You may exit the editor with out making any changes (IE a cursor is still
  68.    in the data fields) by either clicking on the eXit gadget or by pressing
  69.    the ESCape key.
  70.  
  71.  - I plan to add support for the Amiga C and V clipboard device.
  72.  
  73. LOCATION          KEYS      GADGETS        ACTION TAKEN
  74. --------          ----      -------        ------------
  75. MAIN MENU          E      Edit comics      Calls the comic editor.
  76.    "               S         Sort          Sorts and saves the comic index.
  77.    "               I     Issue Report      Creates an ISSUE report.
  78.    "               T      Total value      Counts the entire collection.
  79.    "               X     CloseBox,eXit     Quits the program.
  80.    "              HELP       HELP          Currently just indicates it was selected.
  81.  
  82. EDITOR             X         eXit          Returns to main menu.
  83.    "               F         Find          Locates a comic title.
  84.    "               E         Edit          Allows you to edit currently
  85.                                            displayed comic. Also you may
  86.                                            point & click with the mouse on
  87.                                            a data field to start the edit.
  88.    "               C         Copy          Makes a copy of the current comic
  89.                                            in memory and allows you to make
  90.                                            changes and then save those
  91.                                            changes as a new comic.
  92.    "               N         New           Starts you off with clean data
  93.                                            fields, and allows you to enter
  94.                                            information for a new comic.
  95.    "               D         Del           Will ask you if you want to delete
  96.                                            the current comic.
  97.    "               -         -prv          Skips back to the previous comic.
  98.    "               +         nxt+          Skips ahead to the next comic.
  99.    "           LeftArrowKey  <<--          Jumps back to the previous title.
  100.    "           RightArrowKey -->>          Jumps ahead to the next title.
  101.    "              HELP       HELP          Currently just indicates it was selected.
  102.  
  103. IN EDIT,COPY, or NEW mode.
  104.                ESC,CTRL x    eXit          Jumps out of the mode and restores
  105.                                            any changes that were made.
  106.                  CTRL s      Save          Saves any changes and jumps out
  107.                                            of the mode.
  108.                              Stor          Activates the store a line of text
  109.                                            command. The next button pressed
  110.                                            should be a buffer button.
  111.                                            (IE: ---- or data)
  112.                              Rtrv          Activates the copy a line of text
  113.                                            from a buffer to a data line
  114.                                            command. The next button pressed
  115.                                            should be a buffer button.
  116.               CursorKeys  Point & Click    While in either of these modes
  117.                                            you may move the cursor around by
  118.                                            using the arrow keys or by
  119.                                            pointing and clicking the mouse
  120.                                            at a new location.
  121.               DEL & BacKSPC                Delete forwards and backwards.
  122.  
  123. -------------------------------------------------------------------------
  124. The below is extracted from the main .c source file. It lists the changes
  125. in version and function.
  126. -------------------------------------------------------------------------
  127.  
  128.  2.07 09/14/91    Changed the date parsing routine in CBEDIT.c to now accept 3
  129.         different types of date. EG: early mar 1991, jan 1964, 1959
  130.  2.08 11/26/91    Removed the routines to sort by value and generate a value
  131.         report. Recompiled under SAS 5.10b.    EXE ->19596
  132.  2.09 12/13/91    Made some changes to the sorting routine. Now faster.
  133.         Previously if the database had been sorted with the old value
  134.         sort routine and then sorted again with the alphabeta routine
  135.         , it would take up to 27 minutes to sort (on the Amiga 3000).
  136.         With the new changes it takes approximately 7.5 minutes to
  137.         sort. (On the A3000 with 1621 comics). Major change in
  138.         CBEDIT.c, the editor now fetches the text for each of the 13
  139.         text fields only if the text has changed from the last
  140.         displayed comic. This makes the database several times
  141.         faster as well as making use of floppies more feasible.
  142.                             EXE -> 19728
  143.  
  144.  2.10 12/23/91  The main menu gadgets now support the gadtools.library. This
  145.         version requires AmigaDOS 2.04 or Revision 37+.
  146.                             EXE -> 20272
  147.  2.11 01/18/92    The editor's string gadget's text is now replaced with
  148.         IntuiText string make for a smaller EXE as well as faster
  149.         operation, being that the text only need printed once when
  150.         the editor is first called.        EXE -> 20128
  151.  
  152.  2.15 02/23/92  Display now adjusts itself at startup for screen fonts
  153.         higher than 8 lines. Program forces Topaz8 font for regular
  154.         text writes. Slightly changed the look of the editor, and
  155.         increased the size of the gadgets to give greater eye appeal.
  156.         Program now automatically saves the index after sorting.
  157.         Fixed a bug in the save change in date line in the editor.
  158.         It would not properly convert a date which did not consist
  159.         of a month. Removed the Alert function for missing file
  160.         errors, and replaced it with a fprintf to stderr so as to
  161.         indicate which files are missing. This means the program
  162.         needs a CON window for the error output, so the program
  163.         is currently compiled with c.o and no tinymain.
  164.         Now also compiled for any 680x0.    EXE -> 21980
  165.  
  166.  2.16 02/25/92  The program now uses the font System8 for fonts writes,
  167.         however if it can not find the font then it defaults to
  168.         Topaz8. The user may now use the mouse to initiate an edit
  169.         on a comic.                EXE -> 22328
  170.  
  171.  2.17 03/05/92  The editor now allows the user to change lines by using
  172.         the mouse to point and click on a new line.
  173.                             EXE -> 22484
  174.  
  175.  2.18 03/20/92  The editor's line buffers have been restored with an easier
  176.         way of selecting them. The HELP key now shows HELP activation
  177.         by check marking the HELP box. Added a HELP function, which
  178.         for now merely indicates if HELP was requested.
  179.                             EXE -> 23184
  180.  
  181. (BUG FIXES)
  182.  2.18e 3/28/92  Yikes fixed bug with sort routine. Would not sort because
  183.         variables where changed from signed ints to unsigned ints.
  184.         Also reduced flicker with editor. It was updating the
  185.         data fields too much. (Introduced small bug where when
  186.         locating a title the '*' character does not appear under
  187.         the cursor, but shows up when the user types something).
  188.                             EXE -> 23252
  189.  2.19 03/28/92  Fixed the missing '*' bug as well the search function now
  190.         stays at the current comic if the search failed. No more
  191.         jumping to the start of the database.   EXE -> 23240
  192.